home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / wildhearts_stage_dive.swf / scripts / DefineButton2_158 / BUTTONCONDACTION on(release).as
Text File  |  2011-08-19  |  131b  |  6 lines

  1. on(release){
  2.    fader.gotoAndPlay("out");
  3.    _global.root.startPage.gotoAndPlay(1);
  4.    _global.root.gotoAndPlay("restart");
  5. }
  6.